ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / CustomProperties Class / GetProperties Method / GetProperties(Attribute[]) Method
The attributes array.

In This Topic
    GetProperties(Attribute[]) Method
    In This Topic
    Gets the properties for this instance of a component.
    Syntax
    'Declaration
     
    Public Overloads Function GetProperties( _
       ByVal attributes() As Attribute _
    ) As PropertyDescriptorCollection
    public PropertyDescriptorCollection GetProperties( 
       Attribute[] attributes
    )

    Parameters

    attributes
    The attributes array.

    Return Value

    A System.ComponentModel.PropertyDescriptorCollection that represents the filtered properties for this component instance.
    See Also